home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / ppe25b.arc / PPEINST.BAT < prev   
Encoding:
DOS Batch File  |  1987-07-22  |  1.8 KB  |  60 lines

  1. echo off
  2. cls
  3. BAT
  4. batfunc1
  5. bat /p
  6. RAM
  7. -C cls begtype
  8. \0e
  9.  
  10.    ╔═════════════════════════════════════════════════════════════════╗
  11.    ║     ProComm Protocol Enhancer  Initial Configuration Menu       ║
  12.    ╚═════════════════════════════════════════════════════════════════╝
  13.  
  14.    Choice #      Choice Description             Current Settting
  15.  
  16.     1)   Color Graphics or Monochrome             \0c\%6 \0e
  17.     2)   RAM or BIOS Screen Writes                \0c\%5 \0e
  18.     3)   Communication Port to use                \0c\%c \0e
  19.     4)   Path to find Uploads                     \0c\%3 \0e
  20.     5)   Path to place Downloads                  \0c\%4 \0e
  21.  
  22.         \8cS\0e)   Save Current Values to Disk
  23.  
  24.  
  25.                  Enter # to change, or [ESC] to End:
  26. end
  27. -cc locate 53 18 | inkey %a | if %a = KEY01B goto -end
  28. if %a <> 1 if %a <> 2 if %a <> 3 if %a <> 4 if %a <> S if %a <> s if %a <> 5 beep | goto -cc
  29. cls | call -%aclb | goto -C
  30. -Sclb %h = 1 | >ppedata.dta | type %h %c %3 %4 | > | return
  31. -1clb locate 10 10 | color 0e | Read Color or Monochrome (C/M)? %a
  32. if %a <> C if %a <> C %6 = Mono | skip 5
  33. %6 = Color
  34. del ppe25bM.*
  35. ren ppe25bG.* ppe25B.*
  36. bat /p
  37. return
  38. del ppe25bG.*
  39. ren ppe25bM.* ppe25B.*
  40. bat /p
  41. return
  42. -2clb locate 10 10 | color 0e | read True IBM or 100 Percent Compatiable (Y/N) %a
  43. if %a <> Y if %a <> y %5 = BIOS | skip 5
  44. %5 = RAM
  45. del ppe*.BIO
  46. ren ppe*.RAM ppe*.BAT
  47. bat /p
  48. return
  49. del ppe*.RAM
  50. ren ppe*.BIO ppe*.BAT
  51. bat /p
  52. Return
  53. -3clb locate 10 10 | color 0E | read New Com Port (1-2) %c | return
  54. -4clb locate 10 10 | color 0E | read New Upload Directory (d:\dirname\filename.ext) %3 | return
  55. -5clb locate 10 10 | color 0E | read New Download Directory (d:\dirname\filename.ext)  %4 | return
  56. -end | call -Sclb
  57. rem
  58. del ppeinst.bat
  59.  
  60.